Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #7031 - Fixing ResponseWriter println methods #7032

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

joakime
Copy link
Contributor

@joakime joakime commented Oct 22, 2021

  • Improving test coverage on response.getWriter()
    and response.getOutputStream() usage

Signed-off-by: Joakim Erdfelt [email protected]

+ Improving test coverage on response.getWriter()
  and response.getOutputStream() usage

Signed-off-by: Joakim Erdfelt <[email protected]>
@joakime joakime added the Bug For general bugs on Jetty side label Oct 22, 2021
@joakime joakime requested a review from gregw October 22, 2021 21:44
@joakime joakime self-assigned this Oct 22, 2021
@joakime joakime linked an issue Oct 22, 2021 that may be closed by this pull request
Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be some award for longest living bug!

@joakime joakime merged commit f5bb699 into jetty-10.0.x Oct 26, 2021
@joakime joakime deleted the jetty-10.0.x-response.writer-test-coverage branch October 26, 2021 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ResponseWriter.println(char) does not print newline
2 participants